home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Macintosh / ResEdit3.0.sit / ResEdit™ 3.0 / ResEdit 3.0.rsrc / VDL_260_Resource.TMPL < prev    next >
Text File  |  1997-01-27  |  593b  |  19 lines

  1. Margin(10, 10, 10, 10)
  2.     DynamicListMargin( "TMPL Tokens: ", tokens, Width = UseParent )
  3.         DynamicVList(tokens, TMPLEntry, Editable, Width = UseParent)
  4.             Margin(2,2,2,2, Width = UseParent)
  5.                 Margin(1,1,1,1, Width = UseParent)
  6.                     HList(Width = UseParent)
  7.                         {
  8.                         Margin(2,2,2,2)
  9.                             HList(Width = 75)
  10.                                 {
  11.                                 Spacer(Height  = 1, Width = UseParent);
  12.                                 StaticText("Token # ");
  13.                                 StaticText(ContextElementIndex);
  14.                                 }
  15.                                 
  16.                         EditText(code, Chars(4), Width = 40);
  17.                         Spacer(Height = 0, Width = 3);
  18.                         EditText(label, Width = UseParent);
  19.                         }